func runtime.pipe

2 uses

	runtime (current package)
		nbpipe_pipe2.go#L12: 		r, w, errno = pipe()
		os_linux.go#L449: func pipe() (r, w int32, errno int32)